Skip to content

Version Packages (beta)#2540

Merged
pranaygp merged 1 commit into
mainfrom
changeset-release/main
Jun 22, 2026
Merged

Version Packages (beta)#2540
pranaygp merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@workflow/core@5.0.0-beta.21

Minor Changes

  • #2526 3e82a12 Thanks @VaguelySerious! - Add turbo mode (on by default, disable with WORKFLOW_TURBO=0): on the first delivery of a run's first invocation the runtime backgrounds run_started, skips the initial event-log load, and forces optimistic inline start so the run reaches its first steps with no preceding network round-trips. It is safe there because the first delivery has no concurrent handler to race; turbo mode deactivates once a hook or sleep is encountered.

Patch Changes

  • #2412 6de5ea5 Thanks @VaguelySerious! - Fix a race where an AbortController aborted from a step was not reflected in a controller.signal passed to a subsequent step. The step now commits the abort's durable hook event before completing, and the workflow's suspension waits for the abort to land before serializing downstream step arguments.

  • #2472 66ca0dc Thanks @pranaygp! - Memoize hydrated step return values across inline replay iterations, turning the per-invocation step-result decrypt+parse cost from O(N²) to O(N) for sequential workflows. Only primitive results are cached, so deterministic replay is preserved.

@workflow/next@5.0.0-beta.21

Minor Changes

  • #2545 57cccaf Thanks @ijjk! - Remove the Next.js lazy discovery/deferred builder path and the workflows.lazyDiscovery option.

    Fall back to direct generated-file overwrites on Windows when atomic rename is blocked by Next.js dev server file handles.

Patch Changes

workflow@5.0.0-beta.21

Minor Changes

  • #2526 3e82a12 Thanks @VaguelySerious! - Add turbo mode (on by default, disable with WORKFLOW_TURBO=0): on the first delivery of a run's first invocation the runtime backgrounds run_started, skips the initial event-log load, and forces optimistic inline start so the run reaches its first steps with no preceding network round-trips. It is safe there because the first delivery has no concurrent handler to race; turbo mode deactivates once a hook or sleep is encountered.

Patch Changes

  • #2472 66ca0dc Thanks @pranaygp! - Memoize hydrated step return values across inline replay iterations, turning the per-invocation step-result decrypt+parse cost from O(N²) to O(N) for sequential workflows. Only primitive results are cached, so deterministic replay is preserved.

  • Updated dependencies [6de5ea5, 5291f15, 66ca0dc, 57cccaf, 3e82a12]:

    • @workflow/core@5.0.0-beta.21
    • @workflow/next@5.0.0-beta.21
    • @workflow/cli@5.0.0-beta.21
    • @workflow/nitro@5.0.0-beta.21
    • @workflow/typescript-plugin@5.0.0-beta.4
    • @workflow/astro@5.0.0-beta.21
    • @workflow/nest@5.0.0-beta.21
    • @workflow/rollup@5.0.0-beta.21
    • @workflow/sveltekit@5.0.0-beta.21
    • @workflow/nuxt@5.0.0-beta.21

@workflow/astro@5.0.0-beta.21

Patch Changes

  • Updated dependencies [5291f15, b713d84, 57cccaf]:
    • @workflow/builders@5.0.0-beta.21
    • @workflow/rollup@5.0.0-beta.21
    • @workflow/vite@5.0.0-beta.21

@workflow/builders@5.0.0-beta.21

Patch Changes

  • #2546 5291f15 Thanks @ijjk! - Optimize eager workflow discovery and improve default eager build compatibility.

  • #2324 b713d84 Thanks @VaguelySerious! - Decode escaped workflowCode template literals before graph extraction so unicode-escape identifiers parse correctly.

  • #2545 57cccaf Thanks @ijjk! - Remove the Next.js lazy discovery/deferred builder path and the workflows.lazyDiscovery option.

    Fall back to direct generated-file overwrites on Windows when atomic rename is blocked by Next.js dev server file handles.

  • Updated dependencies [6de5ea5, 66ca0dc, 3e82a12]:

    • @workflow/core@5.0.0-beta.21

@workflow/cli@5.0.0-beta.21

Patch Changes

@workflow/nest@5.0.0-beta.21

Patch Changes

@workflow/nitro@5.0.0-beta.21

Patch Changes

  • Updated dependencies [6de5ea5, 5291f15, 66ca0dc, b713d84, 57cccaf, 3e82a12]:
    • @workflow/core@5.0.0-beta.21
    • @workflow/builders@5.0.0-beta.21
    • @workflow/web@5.0.0-beta.21
    • @workflow/rollup@5.0.0-beta.21
    • @workflow/vite@5.0.0-beta.21

@workflow/nuxt@5.0.0-beta.21

Patch Changes

  • Updated dependencies []:
    • @workflow/nitro@5.0.0-beta.21

@workflow/rollup@5.0.0-beta.21

Patch Changes

@workflow/sveltekit@5.0.0-beta.21

Patch Changes

  • Updated dependencies [5291f15, b713d84, 57cccaf]:
    • @workflow/builders@5.0.0-beta.21
    • @workflow/rollup@5.0.0-beta.21
    • @workflow/vite@5.0.0-beta.21

@workflow/vite@5.0.0-beta.21

Patch Changes

@workflow/vitest@5.0.0-beta.21

Patch Changes

  • #2351 047ebd0 Thanks @VaguelySerious! - Bundle project-local imports into the test step bundle instead of externalizing them, fixing module resolution errors when bundles are loaded by Node's native ESM loader

  • Updated dependencies [6de5ea5, 5291f15, 66ca0dc, b713d84, 57cccaf, 3e82a12]:

    • @workflow/core@5.0.0-beta.21
    • @workflow/builders@5.0.0-beta.21
    • @workflow/rollup@5.0.0-beta.21

@workflow/web-shared@5.0.0-beta.21

Patch Changes

@workflow/world-testing@5.0.0-beta.21

Patch Changes

  • Updated dependencies [6de5ea5, 66ca0dc, 3e82a12]:
    • @workflow/core@5.0.0-beta.21
    • workflow@5.0.0-beta.21
    • @workflow/cli@5.0.0-beta.21

@workflow/web@5.0.0-beta.21

@github-actions github-actions Bot requested a review from a team as a code owner June 20, 2026 03:05
@vercel

vercel Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview, Comment Jun 22, 2026 8:35pm
example-nextjs-workflow-webpack Ready Ready Preview, Comment Jun 22, 2026 8:35pm
example-workflow Ready Ready Preview, Comment Jun 22, 2026 8:35pm
workbench-astro-workflow Ready Ready Preview, Comment Jun 22, 2026 8:35pm
workbench-express-workflow Ready Ready Preview, Comment Jun 22, 2026 8:35pm
workbench-fastify-workflow Ready Ready Preview, Comment Jun 22, 2026 8:35pm
workbench-hono-workflow Ready Ready Preview, Comment Jun 22, 2026 8:35pm
workbench-nitro-workflow Ready Ready Preview, Comment Jun 22, 2026 8:35pm
workbench-nuxt-workflow Ready Ready Preview, Comment Jun 22, 2026 8:35pm
workbench-sveltekit-workflow Ready Ready Preview, Comment Jun 22, 2026 8:35pm
workbench-tanstack-start-workflow Ready Ready Preview, Comment Jun 22, 2026 8:35pm
workbench-vite-workflow Ready Ready Preview, Comment Jun 22, 2026 8:35pm
workflow-docs Ready Ready Preview, Comment, Open in v0 Jun 22, 2026 8:35pm
workflow-swc-playground Ready Ready Preview, Comment Jun 22, 2026 8:35pm
workflow-tarballs Ready Ready Preview, Comment Jun 22, 2026 8:35pm
workflow-web Ready Ready Preview, Comment Jun 22, 2026 8:35pm

@github-actions github-actions Bot closed this Jun 20, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from c74773b to 047ebd0 Compare June 20, 2026 03:06
@github-actions github-actions Bot reopened this Jun 20, 2026
@github-actions github-actions Bot closed this Jun 20, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 37ac292 to 5377e88 Compare June 20, 2026 16:41
@github-actions github-actions Bot reopened this Jun 20, 2026
@github-actions github-actions Bot closed this Jun 22, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 6f8b437 to 57cccaf Compare June 22, 2026 18:15
@github-actions github-actions Bot reopened this Jun 22, 2026
@github-actions

Copy link
Copy Markdown
Contributor Author

No backport to stable for 8aeb0a4 (AI decision).

This is a Changesets-generated "Version Packages (beta)" release-plumbing commit that only consumes changesets and bumps versions/CHANGELOGs across packages. It contains no functional changes and is specific to the main beta pre-release channel, so it should not be backported to stable.

To override, re-run the Backport to stable workflow manually via workflow_dispatch and paste this commit SHA into the ref input:

8aeb0a4c4aeb40edcb5a8aef03bc9c804b6cdaef

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant